1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/printing
Andrew Bartlett 5eee23cc64 auth/auth_util.c:
- Fill in the 'backup' idea of a domain, if the DC didn't supply one.  This
   doesn't seem to occour in reality, hence why we missed the typo.

lib/charcnv.c:
lib/smbldap.c:
libads/ldap.c:
libsmb/libsmbclient.c:
printing/nt_printing.c:
 - all the callers to pull_utf8_allocate() pass a char ** as the first
   parammeter, so don't make them all cast it to a void **

nsswitch/winbind_util.c:
 - Allow for a more 'correct' view of when usernames should be qualified
   in winbindd.  If we are a PDC, or have 'winbind trusted domains only',
   then for the authentication returns stip the domain portion.
 - Fix valgrind warning about use of free()ed name when looking up our
   local domain.  lp_workgroup() is maniplated inside a procedure that
   uses it's former value.  Instead, use the fact that our local domain is
   always the first in the list.

Andrew Bartlett
(This used to be commit 494781f628)
2003-12-31 00:31:43 +00:00
..
.cvsignore get away with dummy and .dummy files 1998-09-29 04:52:17 +00:00
load.c Sync 3.0 branch with HEAD 2002-08-17 16:31:24 +00:00
lpq_parse.c More tuning from cachegrind. Change most trim_string() calls to trim_char(0, 2003-09-05 19:59:55 +00:00
notify.c a small include file rearrangement that doesn't affect normal 2003-11-12 01:51:10 +00:00
nt_printing.c auth/auth_util.c: 2003-12-31 00:31:43 +00:00
pcap.c Some fclose -> x_fclose found by Tony Jago. 2003-07-24 07:02:55 +00:00
print_cups.c allow users to delete jobs with cups printing backend 2003-11-25 19:16:35 +00:00
print_generic.c a small include file rearrangement that doesn't affect normal 2003-11-12 01:51:10 +00:00
print_svid.c Merge a bunch of trivial changes from HEAD. The difference remaining 2002-11-29 02:58:59 +00:00
printfsp.c Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out 2003-05-14 10:59:01 +00:00
printing_db.c a small include file rearrangement that doesn't affect normal 2003-11-12 01:51:10 +00:00
printing.c don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu bug 770 2003-12-01 18:02:05 +00:00