1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source/printing
Andrew Bartlett 494781f628 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
0001-01-01 00:00:00 +00:00
..
.cvsignore get away with dummy and .dummy files 0001-01-01 00:00:00 +00:00
load.c Sync 3.0 branch with HEAD 0001-01-01 00:00:00 +00:00
lpq_parse.c More tuning from cachegrind. Change most trim_string() calls to trim_char(0, 0001-01-01 00:00:00 +00:00
notify.c a small include file rearrangement that doesn't affect normal 0001-01-01 00:00:00 +00:00
nt_printing.c auth/auth_util.c: 0001-01-01 00:00:00 +00:00
pcap.c Some fclose -> x_fclose found by Tony Jago. 0001-01-01 00:00:00 +00:00
print_cups.c allow users to delete jobs with cups printing backend 0001-01-01 00:00:00 +00:00
print_generic.c a small include file rearrangement that doesn't affect normal 0001-01-01 00:00:00 +00:00
print_svid.c Merge a bunch of trivial changes from HEAD. The difference remaining 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +00:00
printing_db.c a small include file rearrangement that doesn't affect normal 0001-01-01 00:00:00 +00:00
printing.c don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu bug 770 0001-01-01 00:00:00 +00:00