index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
printing
/
nt_printing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some NetBSD warnings.
Jeremy Allison
2009-03-06
1
-2
/
+4
*
Fix more asprintf warnings and some error path errors.
Jeremy Allison
2009-01-02
1
-11
/
+11
*
Remove unused variable.
Jeremy Allison
2008-11-18
1
-1
/
+0
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-11-18
1
-5
/
+5
*
Allow a new file to inherit the Windows ACL from its parent.
Jeremy Allison
2008-11-18
1
-3
/
+3
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-15
1
-5
/
+5
*
Ensure we null out fsp after a close in all paths.
Jeremy Allison
2008-10-01
1
-0
/
+1
*
Avoid freeing fsp twice when opening new_file fails. (Debian #431696)
Jelmer Vernooij
2008-10-01
1
-0
/
+1
*
remove unused extern current_user from nt_printing.c
Volker Lendecke
2008-06-26
1
-2
/
+0
*
Change print_access_check to take auth_serversupplied_info instead of current...
Volker Lendecke
2008-06-26
1
-8
/
+7
*
Remove the reference to current_user_info from share_access.c
Volker Lendecke
2008-05-25
1
-1
/
+1
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
1
-2
/
+3
*
Try and fix bug #5095, "Manage Documents privilege is not functional".
Jeremy Allison
2008-05-05
1
-11
/
+24
*
Fix from Martin Zielinski <mz@seh.de>. Don't delete files when
Jeremy Allison
2008-04-24
1
-7
/
+20
*
Fix bug #5372. With a large CUPS installation with a remote server, contacting
Jeremy Allison
2008-04-04
1
-11
/
+38
*
Some simplifications
Volker Lendecke
2008-03-17
1
-7
/
+3
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-9
/
+20
*
Fix a crash bug in nt_printer_publish_ads
Volker Lendecke
2008-01-16
1
-1
/
+6
*
Fix CID 498. Ensure we don't prs_mem_free an uninitialized
Jeremy Allison
2008-01-11
1
-1
/
+6
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_LSEEK().
Michael Adam
2008-01-07
1
-4
/
+4
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-1
/
+1
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
1
-4
/
+6
*
Two more static fstrings gone.
Jeremy Allison
2007-12-18
1
-12
/
+43
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-5
/
+2
*
Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c
Jeremy Allison
2007-12-03
1
-1
/
+1
*
Change tdb_unpack "P" to return a malloc'ed string rather
Jeremy Allison
2007-12-03
1
-1
/
+7
*
Remove some statics
Volker Lendecke
2007-11-27
1
-2
/
+4
*
Remove pstring from printing/*.c except for the
Jeremy Allison
2007-11-21
1
-188
/
+268
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
1
-56
/
+190
*
Fix case where we have no dns domain name. Return a talloc of "".
Jeremy Allison
2007-11-08
1
-1
/
+1
*
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
2007-11-08
1
-6
/
+8
*
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
2007-11-01
1
-6
/
+6
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-36
/
+36
*
r25534: Apply some const
Volker Lendecke
2007-10-10
1
-4
/
+4
*
r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
Michael Adam
2007-10-10
1
-5
/
+5
*
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
1
-5
/
+6
*
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
2007-10-10
1
-17
/
+22
*
r23888: move elements belonging to the current ldap connection to a
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request
Volker Lendecke
2007-10-10
1
-8
/
+8
*
r22954: More messaging_register
Volker Lendecke
2007-10-10
1
-4
/
+5
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r22524: Fix memleak.
Günther Deschner
2007-10-10
1
-0
/
+2
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
1
-27
/
+28
*
r21989: make use of tdb_*_bystring() and string_term_tdb_data()
Stefan Metzmacher
2007-10-10
1
-54
/
+31
*
r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r21875: BUG 3275: Patch from Andy Polyakov <appro@fy.chalmers.se>
Gerald Carter
2007-10-10
1
-12
/
+12
[next]