Age | Commit message (Expand) | Author | Files | Lines |
2002-07-09 | 8-byte alignment needed for beginning driver_info_level_6. | Gerald Carter | 3 | -23/+36 |
2002-07-09 | Added -I option to rpcclient. | Tim Potter | 1 | -12/+20 |
2002-07-09 | make sure we disable referrals in all ldap searches - they are badly | Andrew Tridgell | 1 | -0/+3 |
2002-07-09 | fix declaration of global_in_nmbd | Andrew Tridgell | 1 | -1/+1 |
2002-07-09 | the last WINS update broke self registration when we are a WINS | Andrew Tridgell | 2 | -10/+4 |
2002-07-09 | Make it clear that the debug comment is the same as the command being tested | Andrew Bartlett | 1 | -1/+1 |
2002-07-08 | fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now. | Gerald Carter | 2 | -21/+25 |
2002-07-08 | Fix length in snprintf invocation to account for "dn:" in sasl gssapi bind. | Jim McDonough | 1 | -2/+1 |
2002-07-08 | fix typo | Gerald Carter | 1 | -1/+1 |
2002-07-08 | added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX and | Gerald Carter | 4 | -66/+200 |
2002-07-08 | * basic implementation of SPOOLSS_DELETEPRINTERDATAEX and | Gerald Carter | 4 | -4/+350 |
2002-07-08 | Fix for LPRng from James Henstridge james@daa.com.au. | Jeremy Allison | 1 | -0/+2 |
2002-07-08 | Kill off const warnings - add a pile of const to various places. | Andrew Bartlett | 5 | -6/+6 |
2002-07-08 | Fix const warning | Andrew Bartlett | 1 | -1/+1 |
2002-07-08 | Jerry: Sorry if I am stepping on toes here, but this should fix the compile on | Andrew Bartlett | 1 | -16/+17 |
2002-07-08 | (this should have been part of the previous commit) | Andrew Bartlett | 3 | -14/+51 |
2002-07-07 | Updates to the 'name -> sid' code: | Andrew Bartlett | 3 | -7/+6 |
2002-07-06 | Copy the NT_TOKEN to the pipe, so the SAMR can use it for access control. | Andrew Bartlett | 1 | -2/+4 |
2002-07-05 | Remove C++ comments. | Tim Potter | 2 | -7/+12 |
2002-07-05 | Fix debug comment. | Andrew Bartlett | 1 | -1/+1 |
2002-07-04 | Fix from Andrew Esh for coredump... | Jeremy Allison | 1 | -8/+11 |
2002-07-04 | fixed the geyed out registry keys. Stupid typo on my part. | Gerald Carter | 2 | -15/+15 |
2002-07-04 | More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to make | Andrew Bartlett | 4 | -1/+116 |
2002-07-04 | * fix seg fault caused by missing DLIST_REMOVE in free_fn() | Gerald Carter | 1 | -1/+3 |
2002-07-04 | Patch to add security descriptors to the SAMR pipe. | Andrew Bartlett | 2 | -121/+766 |
2002-07-04 | Always free_conn() after all the DEBUG()s etc. | Andrew Bartlett | 1 | -3/+3 |
2002-07-04 | Fixed incorrect debug. | Tim Potter | 1 | -1/+1 |
2002-07-03 | first cut at implementing support for browsing printer and driver driver | Gerald Carter | 5 | -93/+802 |
2002-07-03 | Break up the passdb objects (to allow RPC clients to link without brining in | Andrew Bartlett | 7 | -366/+461 |
2002-07-03 | Make these functions static. These are not mentioned in the external header, | Andrew Bartlett | 1 | -4/+4 |
2002-07-03 | Add my copyright (which I should have added months ago...) | Andrew Bartlett | 1 | -0/+1 |
2002-07-03 | Fix the spelling in the LDAP attributes | Andrew Bartlett | 1 | -2/+2 |
2002-07-03 | Fix the forword prototype to be a static for this static function. | Andrew Bartlett | 1 | -1/+1 |
2002-07-03 | Remove invalid comment - these are all 'unix' strings now. | Andrew Bartlett | 1 | -1/+1 |
2002-07-03 | Kill off codepage related stuff, now we don't use codepages any more. | Andrew Bartlett | 5 | -892/+816 |
2002-07-02 | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 14 | -81/+121 |
2002-07-02 | fixed our winreg parsing to handle a diifferent form given to us by | Andrew Tridgell | 1 | -6/+8 |
2002-07-02 | Merge of constant renames from APPLIANCE_HEAD. | Tim Potter | 3 | -67/+65 |
2002-07-02 | fixed a prototype problem in client.c | Andrew Tridgell | 1 | -0/+3 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 23 | -304/+80 |
2002-07-01 | ads_mod_ber should be static, not public | Andrew Tridgell | 1 | -2/+2 |
2002-07-01 | fixed multi-homed re-registration of names when we are a WINS | Andrew Tridgell | 1 | -1/+11 |
2002-07-01 | don't start the async dns process unless we actually need it! | Andrew Tridgell | 1 | -1/+1 |
2002-07-01 | bias the lookup sorting towards directly reachable IPs | Andrew Tridgell | 2 | -0/+16 |
2002-07-01 | sort name query responses by how far they are from our interface | Andrew Tridgell | 2 | -2/+43 |
2002-07-01 | fixed a bug handling startup when the ads server is not contactable | Andrew Tridgell | 1 | -1/+1 |
2002-07-01 | The 17-bit length field in the header contains the number of | Christopher R. Hertel | 1 | -1/+8 |
2002-06-30 | fixed a makefile syntax error that was breaking the build on some | Andrew Tridgell | 1 | -1/+1 |
2002-06-28 | Shut down printing tdb correctly - this will be more important when I go | Jeremy Allison | 2 | -3/+18 |
2002-06-28 | Added limit on SPOOLSS pipes from 2.2.x | Jeremy Allison | 1 | -8/+31 |